home *** CD-ROM | disk | FTP | other *** search
- // Design Time Java Socket implementation. (HPP)
-
- #ifndef _DTJHTTP_HPP
- #define _DTJHTTP_HPP
-
- #include "dtjobjct.hpp"
- #include "dtjinet.hpp"
-
- class METAEXPORTCLASSDEF DTJHTTP : public DTJInternet
- {
- public:
- DTJHTTP( const MetaObject * pMetaObj );
- virtual ~DTJHTTP();
-
- virtual void GenerateCode( MMCodeGeneration mmCodeGen,
- ostream& src,
- MMCodeGenerationParms& pGenParms );
- };
-
- // needed for mdreader
- typedef DTJHTTP DTpowersoft__dot__powerj__dot__net__dot__HTTP__dot__102;
-
- #endif // _DTJHTTP_HPP
-